﻿body {
    padding-bottom: 50px; /* Add padding to prevent content from being hidden behind footer */
    /* Margin bottom by footer height */
  	margin-bottom: 0;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.card-custom {
    /* Ensures smooth zoom transition */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    /* Optional: Add a subtle shadow on hover for better depth perception */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFF;
    text-align: center;
    width: 400px;
    height: 320px;
}

.card-custom:hover {
    /* Scales the tile to 1.05 times its original size (5% bigger) */
    transform: scale(1.05);
    /* Optional: Make the shadow more pronounced on hover */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.card-custom > .card-customer-inner {
    padding: 10px;
}

.card-custom .header h2, h3 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.card-custom .header {
    margin-bottom: 5px;
}

.card-custom img {
    width: 50%;
}

.image
{
    padding-top: 25px;
    padding-bottom: 20px;
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.circle {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #00d8ff;
    color: #FFF;
    text-align: center;
}

.btn-success {
    background-color: white;
    color: #0095FF;
    border:1px solid #0095FF;
    border-radius: 0px;
}

.dis {
    pointer-events: none
}

/* My custom CSS (Feel free to ignore) */
.query-builder .rules-group-container {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 14px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    width: 100%;
}

/* Not needed when using Font-Awesome 4.7.. but required with v5 and v6 */
.pull-right {
    float: right;
}

.neoPropGrid {
    font-size: smaller;
}

.my-custom-scrollbar {
    position: relative;
    height: 50em;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

    .checkbox .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 15%;
    }

.checkbox label input[type="checkbox"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    opacity: 0;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr {
    opacity: .5;
}

/* change the background color */
.navbar-custom {
    background-color: #243264;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: whitesmoke;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: whitesmoke;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #15A7E5;
}
.navbar-custom .navbar-nav .nav-link.active {
    color: #15A7E5;
}

.btn-success {
    background-color: #15A7E5 !important;
    color: #ffffff !important;
    border-color: #15A7E5 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success:disabled,
.btn-success.disabled {
    background-color: #0f8cc0 !important;
    color: #ffffff !important;
    border-color: #0f8cc0 !important;
}

th {
    background-color: #283778 !important;
    color: whitesmoke !important;
}

.wizard, .wizard .nav-tabs, .wizard .nav-tabs .nav-item {
    position: relative;
}

.wizard .nav-tabs:after {
    content: "";
    width: 80%;
    border-bottom: solid 2px #ccc;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 38%;
    z-index: -1;
}

.wizard .nav-tabs .nav-item .nav-link {
    width: 70px;
    height: 70px;
    margin-bottom: 6%;
    background: white;
    border: 2px solid #ccc;
    color: #ccc;
    z-index: 10;
}

.wizard .nav-tabs .nav-item .nav-link:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs .nav-item .nav-link.active {
    background: #fff;
    border: 2px solid #0dcaf0;
    color: #0dcaf0;
}

.wizard .nav-tabs .nav-item .nav-link:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #0dcaf0;
    transition: 0.1s ease-in-out;
}

.nav-tabs .nav-item .nav-link.active:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #0dcaf0;
}

.wizard .nav-tabs .nav-item .nav-link svg {
    font-size: 25px;
}

.menu-hidden {
    visibility: hidden;
}